home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- quickSwitch("buttonSound")
- end
-
- on mouseUp
- global currentmovie, gPcVidSprite
- stopmovieqt()
- startmovieqt(currentmovie)
- if DEBUG then
- put "Play movie"
- end if
- channel = 13
- setzeoIdle()
- if zeoIdle then
- set the movieRate of sprite gPcVidSprite to 0
- else
- set the movieRate of sprite gPcVidSprite to 1
- end if
- updateStage()
- end
-